runtime.boundsError.code (field)

20 uses

	runtime (current package)
		error.go#L120: 	code   boundsErrorCode
		error.go#L181: 	fmt := boundsErrorFmts[e.code]
		error.go#L183: 		fmt = boundsNegErrorFmts[e.code]
		panic.go#L89: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
		panic.go#L93: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
		panic.go#L99: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAlen})
		panic.go#L103: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAlen})
		panic.go#L107: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceAcap})
		panic.go#L111: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceAcap})
		panic.go#L117: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSliceB})
		panic.go#L121: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSliceB})
		panic.go#L127: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Alen})
		panic.go#L131: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Alen})
		panic.go#L135: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3Acap})
		panic.go#L139: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3Acap})
		panic.go#L145: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3B})
		panic.go#L149: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3B})
		panic.go#L155: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsSlice3C})
		panic.go#L159: 	panic(boundsError{x: int64(x), signed: false, y: y, code: boundsSlice3C})
		panic.go#L165: 	panic(boundsError{x: int64(x), signed: true, y: y, code: boundsConvert})